Edit Task: Description
Description
The Description attribute under EditTask allows you to provide a description of the given task.
Parameters
Parameter | Description |
---|---|
Description | A string of text in single quotes of the description for the task. Empty string is allowed. |
Examples
Add a description to the DailyContact task
PATCH api/task/DailyContact
Body:
{
"Description" : "Daily contact between spacecraft and ground station"
}